home *** CD-ROM | disk | FTP | other *** search
- VERSION 2.00
- Begin Form Form2
- BorderStyle = 0 'None
- ClientHeight = 3720
- ClientLeft = 1245
- ClientTop = 1950
- ClientWidth = 7485
- Height = 4185
- Left = 1155
- LinkTopic = "Form2"
- ScaleHeight = 3720
- ScaleWidth = 7485
- Top = 1575
- Width = 7665
- Begin CommandButton Command1
- Caption = "Unload"
- Height = 420
- Left = 5760
- TabIndex = 0
- Top = 3105
- Width = 1455
- End
- Begin Label Label1
- Caption = "There is no border around this Form"
- Height = 285
- Left = 1680
- TabIndex = 1
- Top = 675
- Width = 4215
- End
- Option Explicit
- Sub Command1_Click ()
- Form1.WindowState = 0
- Unload Form2
- End Sub
- Sub Form_Paint ()
- r = JR3DLook(hWnd, Raised)
- End Sub
-